:root {
    --bs-modal-zindex: 100000;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    background-color: black;
    color: white;
    background: black;
    overflow-x: hidden;
}

.base-buttons {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    color: #471b7a;
    text-decoration: none;
}

.base-buttons:hover {
    opacity: 0.6;
}

.paginat {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.paginat .paginat-item {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid rgba(208, 208, 208, 0.3);
    background: rgba(208, 208, 208, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(18, 18, 18, 0.03);
}

.paginat .paginat-item a {
    text-decoration: none;
    color: #ed5200;
}

.paginat .arrows a {
    color: #ed5200;
    text-decoration: none;
}

.paginat .active {
    border-radius: 4px;
    border: 1px solid rgba(208, 208, 208, 0.3);
    background: #ed5200;
    box-shadow: 0px 2px 3px 0px rgba(18, 18, 18, 0.03);
    color: white;
}

.paginat .active a {
    color: white;
}

.page-title-row .pre-title {
    color: #e75524;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .page-title-row .pre-title span {
        display: none;
    }
}
.page-title-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.page-title-row .titl {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    max-width: 600px;
}

.error-label {
    color: red;
    font-size: 12px;
}

@font-face {
    font-family: "Nice";
    src: url("/fonts/Nice.ttf") format("truetype");
}

@font-face {
    font-family: "Akira";
    src: url("/fonts/Akira.otf") format("opentype");
}

.modal-dark .modal-content {
    background-color: #1f1f1f; /* Cor de fundo escura */
    color: #fff; /* Cor de texto clara */
}

.error-body .title {
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.error-body .message {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
